Aligned prototypes in gtkcellview.h
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 26 Nov 2010 04:20:43 +0000 (13:20 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 4 Jan 2011 14:37:09 +0000 (23:37 +0900)
gtk/gtkcellview.h

index ce8e267a77b58d3201dd17415bfc72bc9b2dca23..0e7fd9ac0a4d083d94a46e4ddbf729be2de36e29 100644 (file)
@@ -62,14 +62,13 @@ struct _GtkCellViewClass
   void (*_gtk_reserved4) (void);
 };
 
-GType             gtk_cell_view_get_type               (void) G_GNUC_CONST;
-GtkWidget        *gtk_cell_view_new                    (void);
-GtkWidget        *gtk_cell_view_new_with_context       (GtkCellArea        *area,
-                                                       GtkCellAreaContext *context);
-GtkWidget        *gtk_cell_view_new_with_text          (const gchar     *text);
-GtkWidget        *gtk_cell_view_new_with_markup        (const gchar     *markup);
-GtkWidget        *gtk_cell_view_new_with_pixbuf        (GdkPixbuf       *pixbuf);
-
+GType             gtk_cell_view_get_type                (void) G_GNUC_CONST;
+GtkWidget        *gtk_cell_view_new                     (void);
+GtkWidget        *gtk_cell_view_new_with_context        (GtkCellArea        *area,
+                                                        GtkCellAreaContext *context);
+GtkWidget        *gtk_cell_view_new_with_text           (const gchar     *text);
+GtkWidget        *gtk_cell_view_new_with_markup         (const gchar     *markup);
+GtkWidget        *gtk_cell_view_new_with_pixbuf         (GdkPixbuf       *pixbuf);
 void              gtk_cell_view_set_model               (GtkCellView     *cell_view,
                                                          GtkTreeModel    *model);
 GtkTreeModel     *gtk_cell_view_get_model               (GtkCellView     *cell_view);